Carbon


RemoveFolderRouting

Header: Folders.h Carbon status: Supported

Deletes a folder routing structure from the global routing list.

OSErr RemoveFolderRouting (
    OSType fileType, 
    FolderType routeFromFolder
);
Parameter descriptions
fileType

Pass the file type value contained in the folder routing structure to be removed.

routeFromFolder

Pass the folder type of the “from” folder; see “Folder Type Constants” for descriptions of possible values.

function result

A result code.

DISCUSSION

Both the file type and the folder type specified must match those of an existing folder routing structure in the global routing list for the RemoveFolderRouting function to succeed.

VERSION NOTES

This function is supported under Mac OS 8.5 and later.

AVAILABILITY

Supported in Carbon. Available in Carbon 1.0.2 and later when running Mac OS 8.1 or later.


© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)